home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / WINPROGS.ARJ / COLORS1.MAK < prev    next >
Text File  |  1990-12-26  |  209b  |  10 lines

  1. colors1.exe:  colors1.obj colors1.def
  2.    link colors1, /align:16, NUL, /nod slibcew libw, colors1
  3.    rc colors1.exe
  4.    
  5.    
  6. colors1.obj:  colors1.c 
  7.    cl -c -Gsw -Ow -W2 -Zp colors1.c
  8.    
  9.       
  10.